net/http.http2serverConn.sendWindowUpdate (method)

7 uses

	net/http (current package)
		h2_bundle.go#L4556: 		sc.sendWindowUpdate(nil, int(diff))
		h2_bundle.go#L5270: 		sc.sendWindowUpdate(nil, p.Len())
		h2_bundle.go#L5418: 		sc.sendWindowUpdate(nil, int(f.Length)) // conn-level
		h2_bundle.go#L5448: 				sc.sendWindowUpdate(nil, int(f.Length)-wrote)
		h2_bundle.go#L5980: 	sc.sendWindowUpdate(nil, n) // conn-level
		h2_bundle.go#L5984: 		sc.sendWindowUpdate(st, n)
		h2_bundle.go#L5989: func (sc *http2serverConn) sendWindowUpdate(st *http2stream, n int) {